.img-avatar {
   position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%
}

.navbar-one .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 5px;
    font-weight: 600;
    padding: 10px 10px;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.services-seven {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.team-style-eight {
    padding: 10px 0;
    background: var(--light-3);
}
.brand-area {
    padding: 20px 0;
}

.hero-section {
    height: auto;
    padding: 50px 0 50px;
}

.slice{
   display: none;
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}

.bg-facebook {
    background-color: #5d82d1;
    color: #fff;
}
.bg-youtube {
    background-color: #ff0000;
    color: #fff;
}
.rounded {
    border-radius: 0.25rem !important;
}

.bg-hub {
    background-color: rgb(41, 52, 122);
    color: rgb(148, 153, 188);
}

.spotlight {
    position: relative;
}
.bg-size--cover {
    background-size: cover;
}

.bg-yeba {
    background-color: #5d82d1;
    color: rgb(148, 153, 188);
}

.single-features {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(154 154 154 / 16%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.16);
    box-shadow: 0px 0px 10px 0px rgb(154 154 154 / 16%);
    padding: 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-services {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(154 154 154 / 16%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.16);
    box-shadow: 0px 0px 10px 0px rgb(154 154 154 / 16%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 45px 25px 35px;
}

.single-services.services-color-2 .services-icon {
    background-color: #E54F4F;
}
.single-services .services-icon {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: rgb(41, 52, 122);
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: rgb(41, 52, 122);
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.single-feature .feature-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: rgb(41, 52, 122);
    color: #fff;
    font-size: 40px;
    transition: all 0.3s ease-out 0s;
}

.btn-primary {
    color: #fff;
    background-color: rgb(41, 52, 122);
    border-color: #007bff;
}

.header-btn .main-btn {
    color: #fff;
    background: rgb(41, 52, 122);
    margin-left: 0;
    margin-right: 60px;
}


.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 17px 30px;
    font-size: 18px;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: 2px solid transparent;
    background: rgb(41, 52, 122);
    overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.team .single-team {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*mes scripts ajouts*/
   
.blog-section .single-blog {
    margin-top: 30px;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.164);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.164);
    border-radius: 8px;
    background-color: #fff;
}
.blog-section .single-blog .blog-img {
    overflow: hidden;
}
.blog-section .single-blog .blog-img a {
    width: 100%;
}
.blog-section .single-blog .blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-section .single-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-section .single-blog .blog-content {
    padding: 30px;
}
.blog-section .single-blog .blog-content .category {
    font-size: 14px;
    color: #ff6b81;
    display: inline-block;
    font-weight: 600;
}
.blog-section .single-blog .blog-content h4 {
    display: block;
    margin-top: 5px;
    line-height: 25px;
}
.blog-section .single-blog .blog-content h4 a {
    font-size: 19px;
    color: #081828;
    display: inline-block;
}
.blog-section .single-blog .blog-content h4 a:hover {
    color: #ff6b81;
}
.blog-section .single-blog .blog-content p {
    display: block;
    margin-top: 20px;
}
.blog-section .single-blog .blog-content .autor {
    position: relative;
    padding-left: 62px;
    margin-top: 30px;
}
.blog-section .single-blog .blog-content .autor img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-section .single-blog .blog-content .autor .name {
    color: #666;
    display: inline-block;
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 14px;
}
.blog-section .single-blog .blog-content .autor .name:hover {
    color: #ff6b81;
}
.blog-section .single-blog .blog-content .autor .meta-content {
    margin-left: 4px;
}
.blog-section .single-blog .blog-content .autor .meta-content li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.blog-section .single-blog .blog-content .autor .meta-content li a {
    font-size: 13px;
    font-weight: 500;
    color: #888;
}
.blog-section .single-blog .blog-content .autor .meta-content li a:hover {
    color: #ff6b81;
}
.blog-section .single-blog .blog-content .autor .meta-content li::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    background-color: #d2d2d2;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-section .single-blog .blog-content .autor .meta-content li:last-child {
    margin: 0;
    padding: 0;
}
.blog-section .single-blog .blog-content .autor .meta-content li:last-child::before {
    display: none;
}
.blog-list {
    background: #f9f9f9;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .blog-list .pagination {
        margin-top: 20px;
    }
}
.blog-list .single-blog {
    margin: 0;
}
.blog-list .single-blog {
    margin-bottom: 30px;
}

.team .single-team {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all .5s cubic-bezier(.68,-.55,.27,1.55) 0s;
    transition: all .5s cubic-bezier(.68,-.55,.27,1.55) 0s;
}


   
.team .single-team {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .27, 1.55) 0s;
    transition: all .5s cubic-bezier(.68, -.55, .27, 1.55) 0s
}
.team .single-team:hover:hover {
    -webkit-box-shadow: 0 3px 5px #00000017;
    box-shadow: 0 3px 5px #00000017;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.team .single-team .image img {
    width: 100%
}
.team .single-team .content {
    padding: 25px 30px 30px;
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px
}
.team .single-team .text h3 a {
    font-size: 17px;
    font-weight: 600;
    color: #081828
}
.team .single-team .text h5 {
    font-size: 14px;
    font-weight: 400;
    color: #ff6b81;
    display: block;
    margin-top: 4px
}
@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .team .single-team .text {
        text-align: center
    }
}
.team .single-team .social {
    display: inline-block;
    float: right
}
.team .single-team .social li {
    display: inline-block;
    margin-right: 10px
}
.team .single-team .social li:last-child {
    margin: 0
}
.team .single-team .social li a {
    color: #666
}
.team .single-team .social li a:hover {
    color: #ff6b81
}
@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .team .single-team .social {
        float: none;
        display: block;
        margin-top: 20px;
        text-align: center
    }
}
@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .team .section-title {
        margin-bottom: 30px
    }
}

.pricing-section {
    padding-top: 10px;
}

.single-pricing {
    background: #fff;
    box-shadow: 0px 0px 50px rgb(183 199 240 / 25%);
    border-radius: 14px;
    padding: 52px 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*text-align: justify;*/
}

.accordion-item .accordion-button .title .serial {
    color: #081828;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pricing-table {
    background-color: #f9f9f9
}
.pricing-table .section-title {
    margin-bottom: 50px
}
@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .pricing-table .section-title {
        margin-bottom: 30px
    }
}
.pricing-table .single-table {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .27, 1.55) 0s;
    transition: all .5s cubic-bezier(.68, -.55, .27, 1.55) 0s
}
.pricing-table .single-table:hover:hover {
    -webkit-box-shadow: 0 3px 5px #00000017;
    box-shadow: 0 3px 5px #00000017;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.pricing-table .single-table .table-head {
    padding: 25px;
    border-bottom: 1px solid #eee
}
.pricing-table .single-table .table-head .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}
.pricing-table .single-table .table-head p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}
.pricing-table .single-table .table-head .price {
    padding: 30px 0
}
.pricing-table .single-table .table-head .price .amount {
    font-size: 30px;
    font-weight: 700;
    display: inline-block
}
.pricing-table .single-table .table-head .price .amount .duration {
    display: inline-block;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-left: 3px
}
.pricing-table .single-table .table-head .button .btn {
    width: 100%;
    padding: 12px 30px;
    font-size: 13px;
    background-color: #081828
}
.pricing-table .single-table .table-head .button .btn:hover {
    background-color: rgb(41, 52, 122);
    color: #fff
}
.pricing-table .single-table .table-content {
    padding: 25px
}
.pricing-table .single-table .table-content .middle-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px
}
.pricing-table .single-table .table-content .table-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 13px
}
.pricing-table .single-table .table-content .table-list li:last-child {
    margin: 0
}
.pricing-table .single-table .table-content .table-list li i {
    color: #ff6b81;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px
}
.faq {
    padding-bottom: 80px
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .faq {
        padding-bottom: 40px
    }
}
@media(max-width:767px) {
    .faq {
        padding-bottom: 30px
    }
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-right: 40px
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}
.accordion-item .accordion-button {
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: none;
    border: 1px solid #eee;
    padding: 20px;
    padding-right: 40px
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-item .accordion-button {
        padding: 18px 20px;
        padding-right: 40px
    }
}
@media(max-width:767px) {
    .accordion-item .accordion-button {
        padding: 15px 20px;
        padding-right: 40px
    }
}
.accordion-item .accordion-button .title {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    float: left;
    padding-left: 45px;
    line-height: 25px
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-item .accordion-button .title {
        font-size: 14px
    }
}
@media(max-width:767px) {
    .accordion-item .accordion-button .title {
        font-size: 14px
    }
}
.accordion-item .accordion-button .title .serial {
    color: #081828;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.accordion-item .accordion-button i {
    font-size: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgb(41, 52, 122);
    border-color: transparent;
    border-radius: 8px 8px 0 0
}
.accordion-button:not(.collapsed) .serial {
    background-color: #fff;
    color: #ff6b81;
    border-color: transparent
}
.accordion-button:not(.collapsed) i::before {
    content: "\eb2c";
    font-family: lineIcons
}
.accordion-button::after {
    display: none
}
.accordion-collapse {
    border: none
}
.accordion-body {
    border-radius: 0 0 8px 8px;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-body {
        padding: 30px
    }
}
@media(max-width:767px) {
    .accordion-body {
        padding: 20px
    }
}
.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    color: #777
}
.accordion-body p:last-child {
    margin: 0
}
.accordion-item {
    margin-bottom: 20px
}

.main-btn.border-btn {
    border: 2px solid rgb(41, 52, 122);
    background: transparent;
    color: rgb(41, 52, 122);
}

.faq {
    padding-bottom: 10px;
}

.team-section .single-team {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 128px;
}
